@charset "utf-8";
.banner {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background: url("/nimages/banner.png") center center no-repeat;
}
.index {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .main {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index .main .title01 {
  font-family: '黑体';
  font-size: 26px;
  color: #666;
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
}
.index .main .title02 {
  font-family: '黑体';
  font-size: 16px;
  padding: 15px 0 40px;
  color: #666;
  text-align: center;
}
.index .main .pro {
  width: 1200px;
  height: auto;
  overflow: hidden;
}
.index .main .pro .pbox {
  position: relative;
  display: block;
  width: 282px;
  height: 315px;
  overflow: hidden;
  text-align: center;
  float: left;
  border: #d7d7d7 1px solid;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index .main .pro .pbox img {
  width: 280px;
  height: 280px;
  transition: all 0.5s;
  transform: scale(1);
}
.index .main .pro .pbox img:hover {
  transition: all 0.5s;
  transform: scale(1.25);
}
.index .main .pro .pbox p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ededed;
  color: #666;
  font-size: 14px;
}
.index .main .pro .pbox:hover {
  border: #9D297C 1px solid;
}
.index .main .pro .pbox:hover p {
  background: #9D297C;
  color: #fff;
}
.index .main .pro .pbox:nth-child(4),
.index .main .pro .pbox:nth-child(8) {
  margin-right: 0;
}
.index .main .more01 {
  width: 120px;
  height: 35px;
  overflow: hidden;
  display: block;
  background: #9D297C;
  line-height: 35px;
  margin: 10px auto;
  text-align: center;
  color: #fff;
  border: #fff 1px solid;
  border-radius: 20px;
  clear: both;
  font-size: 14px;
}
.index .main .more01:hover {
  background: #9D297C;
  color: #fff;
  border: #9D297C 1px solid;
}
.index .main .honor {
  width: 1202px;
  height: auto;
  overflow: hidden;
}
.index .main .honor .pic {
  width: 268px;
  height: 190px;
  overflow: hidden;
  float: left;
  text-align: center;
  background: #fff;
  margin-right: 15px;
  padding: 9px;
  border: #d9d7d7 1px solid;
}
.index .main .honor .pic img {
  width: 268px;
  height: 190px;
  overflow: hidden;
}
.index .main .honor .pic:nth-child(4) {
  margin-right: 0;
}
.index .main .news {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.index .main .news .nbox {
  width: 375px;
  height: 450px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.index .main .news .nbox .news_title {
  font-family: '宋体';
  color: #9D297C;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: left;
}
.index .main .news .nbox .news_title span {
  float: right;
}
.index .main .news .nbox .news_title span a {
  color: #666;
  font-size: 14px;
}
.index .main .news .nbox .news_pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .main .news .nbox .news_pic img {
  width: 100%;
  height: 160px;
}
.index .main .news .nbox .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .main .news .nbox .news_list .news_text {
  width: 355px;
  height: auto;
  overflow: hidden;
  border-bottom: #dedede 1px dashed;
  height: 40px;
  background: url(/nimages/icon.png) left center no-repeat;
  padding-left: 20px;
  background-size: 10px;
}
.index .main .news .nbox .news_list .news_text a {
  font-size: 16px;
  color: #666;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
}
.index .main .news .nbox .news_list .news_text a span {
  float: right;
}
.index .main .news .nbox .news_list .news_text a:hover {
  color: #9D297C;
  text-decoration: underline;
}
.index .main .news .nbox:nth-child(3) {
  margin-right: 0;
}
.index .aboutus {
  background: #9D297C;
  width: 100%;
  height: 380px;
  overflow: hidden;
  margin-top: 40px;
}
.index .aboutus .cont {
  width: 740px;
  height: 350px;
  overflow: hidden;
  margin: 0 auto;
  padding-right: 460px;
  background: url(/nimages/about.png) right 60px no-repeat;
  background-size: 420px 250px;
}
.index .aboutus .cont .title03 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
}
.index .aboutus .cont .title04 {
  font-size: 16px;
  padding: 15px 0 40px;
  color: #fff;
  text-align: center;
}
.index .aboutus .cont p {
  text-indent: 2em;
  line-height: 1.5em;
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-family: '宋体';
}
.index .aboutus .cont p span {
  float: right;
  padding-top: 5px;
}
.index .aboutus .cont p span a {
  color: #fff;
  color: 14px;
}
.hui {
  background: #f5f5f5;
  width: 100%;
  padding-bottom: 80px;
}
